Merge branch 'fix_next_accessible_sibling_after_refcounts' into 'main'
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Mar 2023 21:12:20 +0000 (21:12 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 16 Mar 2023 21:12:20 +0000 (21:12 +0000)
commit664e3b737a5651006389d8db5ed187f2ef7c5102
tree695a77ce34d2a7fcc4ce18459269a0ce0f9f011e
parent428a2707b5e871f04681d56fbc9ca1ab58ad72b1
parent3addbe23f3424c2d76f093dc855ab3a65ce46d66
Merge branch 'fix_next_accessible_sibling_after_refcounts' into 'main'

a11y: Fix the logic in gtk_accessible_get_next_accessible_sibling which decided whether we will use the overridden sibling on the context.

See merge request GNOME/gtk!5659